home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DO1002.ARJ / TERM.SCR < prev    next >
Text File  |  1991-12-30  |  977b  |  32 lines

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« Terminal »ye«
  3.  
  4.     /TERM {initstring} {x1} {y1} {x2} {y2}
  5. /cw
  6.     Initiates and runs a »wh«full-screen terminal session»#«.  Press
  7.     »bo«<Alt-X>»#« to end session.
  8.  
  9.     »wh«{initstring}»#«    If present is sent at »ye«start of session»#«.
  10.     »wh«{x1} {y1}»cy«       Upper left hand corner»#« of terminal window
  11.                     (default »ye«1,1»#«)
  12.     »wh«{x2} {y2}»cy«       Lower right hand corner»#« of terminal window
  13.                     (default »ye«80,24»#«).
  14.  
  15.     »gr«NOTE»bl«: »#«if you alter window size, »ye«all four coordinates»#« have to be
  16.           entered.
  17.  
  18. .pg
  19.     Here are some examples:
  20. »wh«
  21.     /TERM»#«
  22.         The default, no initialization string
  23. »wh«
  24.     /TERM "~126027e"»#«
  25.         Sends "»bo«<esc>E»#«" on startup.  Default window position.
  26. »wh«
  27.     /TERM "" 1 1 80 12»#«
  28.         Sets window to half screen but does not send initialization
  29.         string.
  30.  
  31. /ENDEXEC
  32.